Click or drag to resize

ResourceCopy Method (String, String)

Copies an existing resource to a new resource. Overwriting a existing resource is not allowed.

Namespace:  Independentsoft.Webdav
Assembly:  Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntax
public bool Copy(
	string source,
	string destination
)

Parameters

source
Type: SystemString
Source resource URI.
destination
Type: SystemString
Destination resource URI.

Return Value

Type: Boolean
True if success; otherwise, false.
See Also